home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
mallcrawl.swf
/
scripts
/
DefineSprite_478
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-28
|
283b
|
16 lines
function toggle()
{
if(this.state == "on")
{
this.state = "off";
gotoAndStop(this.state);
return this.state;
}
this.state = "on";
gotoAndStop(this.state);
return this.state;
}
_global.Music = this;
var state = "off";
this.toggle();